'DeclarationPublic Function New( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) _ )
'UsageDim collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) Dim instance As New NGraphEdgeList(collection)
public NGraphEdgeList( System.Collections.Generic.IEnumerable<NGraphEdge> collection )
Parameters
- collection